 |
API Documentation
|
|
|
static RELATIVE_POSITION getRelativePositionFromString(const std::string_view &name)
LAYOUT_TYPE
Defines the type of layout available.
Definition: LayoutType.h:12
static const char * getStringFromComponentType(COMPONENT_TYPE type)
static COMPONENT_TYPE getComponentTypeFromString(const std::string_view &name)
static LAYOUT_TYPE getLayoutTypeFromString(const std::string_view &name)
static const char * getStringFromLayoutType(LAYOUT_TYPE type)
COMPONENT_TYPE
Available component types.
Definition: ComponentType.h:12
Offers utilities to convert from structures or enums to strings, and vice versa.
Definition: StructToString.h:12
static const char * getStringFromRelativePosition(RELATIVE_POSITION position)
Encompasses all API of component NilkinsWinUi.
Definition: Button.h:7
RELATIVE_POSITION
Represents different positions, compared to an anchor.
Definition: RelativeLayout.h:12